home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / YTNC.DOC < prev   
Text File  |  1993-06-21  |  2KB  |  51 lines

  1.  
  2. YTNC is a "backend" for the G8BPQ switch.
  3.  
  4. It works in a similar manner to, and has the same command line
  5. arguments as the G8BPQ supplied equivalent BPQHTNC2.
  6.  
  7. YTNC <number of COM ports> <first COM port> <first BPQ host port>
  8.  
  9. Examples:
  10.  
  11. YTNC 25 1 1
  12. Create 25 COM ports numbered COM1 through COM25, using the first 25 host ports.
  13.  
  14. YTNC 3 12 19
  15. Create 3 COM ports numbered COM12 through COM14, using host ports 19 - 21.
  16.  
  17.  
  18. YTNC does not support unproto or monitoring, and has a minimal command set:
  19.  
  20.  CONVerse      -  Change stream to Converse mode.
  21.  Trans           -  Change stream to Transparent mode.
  22.  ^C           -  Change stream to Command mode. (send break does same)
  23.  
  24.  Connect       -  Return stream connect status.
  25.  Connect CALL  -  Connect application to callsign.
  26.  Disconne      -  Disconnect application from switch.
  27.  K           -  Connect application to switch.
  28.  
  29.  APPLFlag      -  Set application flags.
  30.  APPL           -  Set application mask.
  31.  BText           -  Set beacon text.
  32.  CONOk           -  ON/OFF - Allow/disallow connects from users.
  33.  CPactime      -  ON/OFF - Enable packetize-on-inactivity timer for CONV mode.
  34.  CR           -  ON/OFF - SENDP character included/not included in packet.
  35.  Paclen        -  Set packet size.
  36.  SEndp           -  Character that will force tx of packet.
  37.  
  38. YTNC resets PACLEN to the node default at disconnect.
  39.  
  40.  
  41. On the COM port side, YTNC supports the normal DOS functions 1-7,
  42. plus some G8BPQ node specific function 30 subfunctions:
  43.  
  44. 1  - Return node software version.
  45. 2  - Returns connect status of stream.
  46. 3  - Returns # unacked frames.
  47. 4  - Returns user to node.
  48. 5  - Disconnects user.
  49.  
  50.  
  51.